Library Information

本库的一些信息

a

 a (b:int)
# test plotly
import plotly.express as px
df = px.data.iris()
fig = px.scatter(df, x="sepal_width", y="sepal_length", color="species")
fig.show()